home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
util
/
misc
/
PowerWindowsUp.lha
/
PowerWindowsUpd
/
catalogs
/
FileAttack.cd
next >
Wrap
Text File
|
1997-07-18
|
2KB
|
164 lines
;FileAttack.cd
;
; ************ ERROR MESSAGES ************
;
ERR_NOINT (//)
Can't open intuition.library V36!
;
ERR_NOGFX (//)
Can't open graphics.library V36!
;
ERR_NODISKFONT (//)
Can't open diskfont.library V0!
;
ERR_NOGADTOOLS (//)
Can't open gadtools.library V36!
;
ERR_NOKEYMAP (//)
Can't open keymap.library V36!
;
ERR_SCREENFONT (//)
Can't open Screen Font!
;
ERR_OPEN (//)
Can't open \"%s\"!
;
ERR_READ (//)
Error while reading \"%s\"!
;
ERR_WRITE (//)
Error while writing \"%s\"!
;
ERR_OUTOFMEM (//)
Out of memory!
;
ERR_GADGET (//)
Can't create Gadgets!
;
ERR_WINDOW (//)
Can't open Window!
;
ERR_TEMPBITMAP (//)
Can't create temporary Bitmap!
;
ERR_BACKUP (//)
Error while creating Backup:\n\
\n\
%s\n\
\n\
Saving of destination file will be aborted!
;
ERR_BACKUPCHECK (//)
Error while checking Backup:\n\
\n\
%s\n\
\n\
Saving of destination file will be aborted!
;
ERR_BACKUPMATCH (//)
Backup does not match original file!
;
; ******* MISC *******
;
;
MSG_REQ_OK (//)
OK
;
MSG_STATUS_DESTINATION (//)
Destination
;
MSG_STATUS_INSERT (//)
Insert
;
MSG_STATUS_DELETE (//)
Delete
;
MSG_INFO (//)
DESTINATION FILE: \"%s\"\n\
\n\
%lD Bytes\n\
%lD Lines\n\
\n\
INSERT TEXT: \"%s\"\n\
\n\
%lD Bytes\n\
%lD Lines
;
; ******** HELP MESSAGES *********
;
;
MSG_HELP_FOLDGAD (//)
Click here to fold/unfold the Insert-Text
;
MSG_HELP_INSERT (//)
This is the Insert-Text
;
MSG_HELP_INSERT_BEFORE (//)
Set Insert-Position before this line
;
MSG_HELP_INSERT_AFTER (//)
Set Insert-Position after this line
;
MSG_HELP_SAVE (//)
Save Destination-File and quit
;
MSG_HELP_ABORT (//)
Quit program without saving anything
;
MSG_HELP_RESET (//)
Set Insert-Position to default
;
MSG_HELP_HELP (//)
Show available shortcuts
;
;
; ******** MENUS ********
;
; Format: <Shortcut>\n<Text>
; +-----------+
; Example: Q\nQuit --> | Quit A Q |
; +-----------+
;
MSG_MENU_PROJECT (//)
Project
;
MSG_ITEM_SAVE (//)
S\0Save
;
MSG_ITEM_INFO (//)
I\0Information ...
;
MSG_ITEM_QUIT (//)
Q\0Quit
;
;
MSG_MENU_EDIT (//)
Edit
;
MSG_ITEM_FOLDUNFOLD (//)
SPACE\0Fold/Unfold
;
MSG_ITEM_SCROLLINSERTUP (//)
CTRL UP\0Insert-Text up
;
MSG_ITEM_SCROLLINSERTDOWN (//)
CTRL DOWN\0Insert-Text down
;
MSG_ITEM_RESET (//)
R\0Reset Insert Position
;
; ********* GADGETS ********
;
;
MSG_GAD_SAVE (//)
_Save
;
MSG_GAD_ABORT (//)
_Abort
;
MSG_GAD_RESET (//)
_Reset
;
MSG_GAD_HELP (//)
_Help